home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / falcon / programm.ing / falclib2.lzh / ROUTS / TIMER.S < prev    next >
Text File  |  1994-06-05  |  164b  |  14 lines

  1. *
  2. * TIMER.S
  3. *
  4. *    @colour[#value.l]  macro
  5. *     sets backround colour to value
  6. *     (destroys nothing)
  7. *
  8.  
  9.  
  10. @colour        macro
  11.         move.l    #\1,$ffff9800.w
  12.         endm
  13.         
  14.